home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / xanadu20.zip / XANADU.DOC < prev   
Text File  |  1987-04-27  |  15KB  |  311 lines

  1. The Xanadu Utilities 2.0
  2. (c) Copyright 1987 by Tony Overfield and Robert Woeger.  All rights reserved.
  3. _____________________________________________________________________________
  4.  
  5.  
  6.         The Xanadu Utilities package, Version 2.0, consists of programs that
  7. are designed to make using your PC easier and more enjoyable.  They also have
  8. advanced features for "power users".  We wrote these programs with the user
  9. in mind, and our utilities have undergone many revisions based on user input.
  10. We feel that the Xanadu Utilities have reached a highly stable state and no
  11. known bugs exist.  The programs are ready for your demanding needs and should
  12. serve you well for many years to come.
  13.  
  14.         We do not ask for any money from users to obtain a copy of the Xanadu
  15. Utilities, but we do ask that satisfied users send us a donation ($20.00
  16. recommended) to compensate us for our efforts and to help motivate us to
  17. continue to develop quality PC software for everyone to use.  We believe that
  18. people like you who use PC software would rather voluntarily send in money for
  19. programs that you find worthwhile and useful than pay $60 to over $200 for
  20. commercially distributed programs that may or may not be what you are looking
  21. for.  We let you try our programs first, whereas commercial programs usually
  22. don't.  We encourage you to copy the Xanadu Utilities programs and give them
  23. to others.  We only ask that you distribute the complete Xanadu Utilities and
  24. that you don't modify our programs or delete anything from them.  Also, please
  25. do not charge any fee for others to obtain the Xanadu Utilities from you other
  26. than a disk duplication fee (not to exceed $10).  The authors are the only
  27. people who may legally accept donations for the Xanadu Utilities, as they are
  28. the copyright holders.  To send us donations, questions, or comments please
  29. write to:
  30.  
  31.  
  32. Robert Woeger 
  33. 911 Enfield St.
  34. Bryan, TX  77802
  35.  
  36.  
  37. Thank you for your support.  We hope you enjoy the Xanadu Utilities as much
  38. as we have enjoyed writing them.
  39.  
  40.        - Tony Overfield and Robert Woeger,  Authors of the Xanadu Utilities
  41.  
  42.  
  43.  
  44. All of the below programs have been tested on an IBM PC, XT, AT and 100%
  45. PC compatible XT clones.  They have been tested to work with the monochrome,
  46. color (CGA), and enhanced graphics (EGA) displays.  They should also work with
  47. IBM's Personal System/2 line of computers (Models 30, 50, 60, and 80).
  48. The Xanadu Utilities have been tested running under PC/MS-DOS Versions 2.0,
  49. 2.1, 3.0, 3.1, and 3.2.  They should work on all future PC-DOS Versions as
  50. well.  The only programs in the Xanadu Utilities which are display type specific are the CURSORC and CURSORM programs (CURSORC works on CGA, CURSORM
  51. works on monochrome systems).
  52.  
  53.  
  54.  
  55. Description of the programs in the utilities
  56. --------------------------------------------
  57.  
  58.         The Xanadu utilities currently consists of the following programs
  59. which are all included in the XANADU.ARC distribution file:
  60.  
  61.           HDIR.COM   -   The HotDIR, colorful sorted directory program 2.1.
  62.                          Displays different colors based on file extension.
  63.                          Many options too!  Works on Monochrome, Color, & EGA.
  64.           PCSTAT.COM -   PC Status Utility 3.2 - Displays Disk/RAM statistics
  65.                          and other information in a well organized format.
  66.                          It is much faster than CHKDSK too!  New colors added.
  67.           SFIND.COM  -   Super File Find 1.02X - Finds files fast anywhere on
  68.                          your disk (even inside ARC files).
  69.           QUICKCRT.COM - Speeds up the time it takes to write to the screen by
  70.                          your programs.  Very useful!  A must!
  71.           CURSORC.COM -  Resets cursor to original cursor after it has been
  72.                          changed by another program.  (Color version).
  73.           CURSORM.COM -  Same function as CURSORC, except that this is the
  74.                          monochrome version.
  75.           XANADU.DOC -   This documentation file
  76.           HDIRCOLS.BAS - A program that lets you customize HDIR.COM so that
  77.                          you can define the color you want displayed for each
  78.                          type of file.
  79.  
  80.  
  81.  
  82.  
  83.  
  84. HDIR
  85. ----
  86.  
  87.         HotDIR is one of our most popular utilities.  It produces a sorted
  88. directory listing to the screen, printer, or disk file.  You may sort by name,
  89. extension, date, or size, and the display may be in a 1, 2, 4, or 6 column
  90. format.  Plus we add the Hot Colors (user definable) so that your files will
  91. jump out at you on your screen.  If you haven't seen HotDIR on a color
  92. monitor, you should!  Each type of file is displayed in a different color
  93. based on its extension.  This means that all .COM, .EXE, .BAS, .PAS, .BAT,
  94. .ARC files are different colors!  You can easily customize HotDIR to meet your
  95. color preferences too!  HotDIR was the first sorted directory utility to make
  96. use of the "Hot Color" concept for different types of files.  The following
  97. options are available to you in HotDIR:
  98.  
  99.         /c  -  Clears the screen before HotDIR displays directory and after
  100.                every pause of screens
  101.         /p  -  toggles the Pause mode  (on or off) when screen is full
  102.         /h  -  displays the Help message  (these commands)
  103.         /i  -  displays the ID number of the registered user
  104.         /a  -  causes HotDIR to produce ANSI.SYS compatible output 
  105.                (Note: Normally HotDIR uses BIOS to display its output)
  106.         /#  -  Uses 1, 2, 4, or 6 column display mode (default is 4 column)
  107.         /r  -  produces Redirectable ASCII output (so you can save to file or
  108.                send the output to the printer)
  109.         /l  -  Lists files across the screen instead of up and down in columns
  110.         /n  -  Primary sort by Name
  111.         /e  -  Primary sort by Extension
  112.         /d  -  Primary sort by Date
  113.         /s  -  Primary sort by file Size
  114.  
  115.  
  116. The best way to learn HDIR is to use it and try different combinations!  The
  117. format to run HotDIR is:
  118.  
  119.         HDIR [d:filename or wildcards] [/options]
  120.  
  121. If you just run HDIR with no drive, wildcards, or options, you will see a 4
  122. column display of the files in your current display sorted alphabetically by
  123. filename.
  124.  
  125. Only one primary sort option is recognized (the last one specified).  All
  126. sorts are secondarily sorted by filename.
  127. Below are some examples of HDIR commands:
  128.  
  129.  
  130.         HDIR c:\util       Displays directory of c:\util files on screen
  131.  
  132.         HDIR \ham /r >prn  Displays an ASCII directory redirected to the
  133.                            line printer.
  134.  
  135.         HDIR /a /d         Displays a directory of the current directory
  136.                            sorted by Date using the ANSI display codes.
  137.  
  138.         HDIR /2/p/c        Displays a 2 column file listing, clears the screen
  139.                            first, and does not pause at the end of each page.
  140.                            The files are displayed from the current directory.
  141.  
  142.         HDIR /h            Displays the HELP screen
  143.  
  144.  
  145. After all the files are displayed, you will be shown the number of files that
  146. HotDIR has displayed, their total size, and the actual size they take up on
  147. your disk.  Then HotDIR will display the space remaining on the drive you
  148. selected plus its volume label.
  149.  
  150. HotDIR automatically displays ALL files (hidden, system, regular, directory,
  151. archive, read-only, normal).  We feel this is far superior to the way the DOS
  152. 'DIR' and other directory programs only display some of the files.
  153.  
  154. The reason the ANSI (/a) switch is provided is for those PCs that are not 100%
  155. IBM compatible (i.e. TI, Old COMPAQs).  The BIOS on these machines is not the
  156. same as on the PC, and the ANSI method of displaying colors must be used for
  157. them.  We do not recommend using the ANSI option on PC compatibles because it
  158. is much slower than BIOS and the colors might not be displayed correctly if
  159. you have another utility (TSR) loaded that uses colors.
  160.  
  161. If you do not see colors on your machine when running HotDIR, make sure that
  162. you have a color monitor